home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / transpor / ifmail23.z / ifmail23 / ifmail / iflib / README < prev    next >
Encoding:
Text File  |  1994-05-08  |  794 b   |  19 lines

  1. Copyright (c) Eugene G. Crosser, 1993, 1994
  2.  
  3. utlib is a collection of useful subroutines used in various programs.
  4. Several modules are taken from INN 1.4 and are subject to INN's
  5. copyright and distribution policy, others are allowed for free
  6. distribution and use for any purpose. The INN's modules are: parsedate.c
  7. gettime.c configdata.h libinn.h clibrary.h macros.h. In the other
  8. programs, some ideas are taken from "RFmail" package. usleep()
  9. implementation contributed by Gert Doering <gert@greenie.muc.de>,
  10. signal() sutable for some BSD-ish systems contributed by Martin Junius
  11. <mj@dfv.rwth-aachen.de>.
  12.  
  13. When compiling, specify:
  14.  
  15. cc ... -I${LIBDIR} ... ${LIBDIR}/utlib.a ...
  16.  
  17. Compiling utlib programs on some systems (as SCO and ISC) you will need 
  18. to hack INN's "configdata.h" accordingly.
  19.